docs(deps): explain NumPy 1.x cap#316
Conversation
|
Warning Review limit reached
Next review available in: 44 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR documents why the workspace remains capped to numpy < 2.0 in the Pixi workspace dependencies: the currently locked boltz==2.2.1 wheel requires numpy>=1.26,<2.0, so lifting the cap would make the shared Boltz environments unsatisfiable. It also states the explicit condition for removing the cap (once Boltz supports NumPy 2.x). (Confidence: ~90%)
Changes:
- Added an inline comment explaining the
numpy < 2.0workspace-wide cap. - Recorded the specific locked constraint (
boltz 2.2.1→numpy < 2.0) and the condition to remove the cap.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
boltz 2.2.1requiresnumpy>=1.26,<2.0)Closes #276
Validation
pyproject.tomlwith Pythontomllib<2.0requirementgit diff --check